ServiceName

enum ServiceName : Enum<ServiceName>

The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.

Entries

BACKGROUNDFETCH
Link copied to clipboard
BACKGROUNDSYNC
Link copied to clipboard
PUSHMESSAGING
Link copied to clipboard
NOTIFICATIONS
Link copied to clipboard
PAYMENTHANDLER
Link copied to clipboard
PERIODICBACKGROUNDSYNC
Link copied to clipboard

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard